﻿2026-08-28T09:54:45.2495814Z ##[group]Run actions/checkout@v5
2026-08-28T09:54:45.2496355Z with:
2026-08-28T09:54:45.2496762Z   repository: BigscreenVR/spt-bs-core
2026-08-28T09:54:45.2500124Z   token: ***
2026-08-28T09:54:45.2500535Z   ssh-strict: true
2026-08-28T09:54:45.2500921Z   ssh-user: git
2026-08-28T09:54:45.2501323Z   persist-credentials: true
2026-08-28T09:54:45.2501750Z   clean: true
2026-08-28T09:54:45.2502142Z   sparse-checkout-cone-mode: true
2026-08-28T09:54:45.2502610Z   fetch-depth: 1
2026-08-28T09:54:45.2502991Z   fetch-tags: false
2026-08-28T09:54:45.2503382Z   show-progress: true
2026-08-28T09:54:45.2503767Z   lfs: false
2026-08-28T09:54:45.2504132Z   submodules: false
2026-08-28T09:54:45.2504548Z   set-safe-directory: true
2026-08-28T09:54:45.2505000Z   allow-unsafe-pr-checkout: false
2026-08-28T09:54:45.2505467Z ##[endgroup]
2026-08-28T09:54:45.3279515Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T09:54:45.3281341Z ##[group]Getting Git version info
2026-08-28T09:54:45.3282100Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T09:54:45.3283188Z [command]/usr/bin/git version
2026-08-28T09:54:45.3283675Z git version 2.43.0
2026-08-28T09:54:45.3331256Z ##[endgroup]
2026-08-28T09:54:45.3339400Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0a501563-0d82-41ab-b841-7aa3203a0907/.gitconfig'
2026-08-28T09:54:45.3346102Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0a501563-0d82-41ab-b841-7aa3203a0907' before making global git config changes
2026-08-28T09:54:45.3347308Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T09:54:45.3349908Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T09:54:45.3382584Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T09:54:45.3400542Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T09:54:45.3410416Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T09:54:45.3413096Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T09:54:45.3431302Z refs/heads/golden/ir2-incremental-on
2026-08-28T09:54:45.3437167Z [command]/usr/bin/git checkout --detach
2026-08-28T09:54:45.3501860Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T09:54:45.3539227Z [command]/usr/bin/git branch --delete --force golden/ir2-incremental-on
2026-08-28T09:54:45.3573519Z Deleted branch golden/ir2-incremental-on (was 827a3b772).
2026-08-28T09:54:45.3715978Z ##[endgroup]
2026-08-28T09:54:45.3718117Z [command]/usr/bin/git submodule status
2026-08-28T09:54:45.3907734Z ##[group]Cleaning the repository
2026-08-28T09:54:45.3910592Z [command]/usr/bin/git clean -ffdx
2026-08-28T09:54:45.3949202Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T09:54:45.4024068Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T09:54:45.4031861Z ##[endgroup]
2026-08-28T09:54:45.4032817Z ##[group]Disabling automatic garbage collection
2026-08-28T09:54:45.4035902Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T09:54:45.4060117Z ##[endgroup]
2026-08-28T09:54:45.4060884Z ##[group]Setting up auth
2026-08-28T09:54:45.4065054Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T09:54:45.4087323Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T09:54:45.4269127Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T09:54:45.4294864Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T09:54:45.4486470Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T09:54:45.4516355Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T09:54:45.4712319Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T09:54:45.4742343Z ##[endgroup]
2026-08-28T09:54:45.4743060Z ##[group]Fetching the repository
2026-08-28T09:54:45.4749202Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +827a3b772ef7723ffed195a0c363f0864354d926:refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T09:54:45.9373781Z ##[endgroup]
2026-08-28T09:54:45.9374650Z ##[group]Determining the checkout info
2026-08-28T09:54:45.9375440Z ##[endgroup]
2026-08-28T09:54:45.9378050Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T09:54:45.9419461Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T09:54:45.9445574Z ##[group]Checking out the ref
2026-08-28T09:54:45.9448008Z [command]/usr/bin/git checkout --progress --force -B golden/ir2-incremental-on refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T09:54:45.9512833Z Switched to a new branch 'golden/ir2-incremental-on'
2026-08-28T09:54:45.9513882Z branch 'golden/ir2-incremental-on' set up to track 'origin/golden/ir2-incremental-on'.
2026-08-28T09:54:45.9519019Z ##[endgroup]
2026-08-28T09:54:45.9557948Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T09:54:45.9590546Z 827a3b772ef7723ffed195a0c363f0864354d926
